func strconv.mult128bitPow10
5 uses
strconv (current package)
ftoaryu.go#L121: di, dexp2, d0 := mult128bitPow10(mant, e2, q)
ftoaryu.go#L258: dl, _, dl0 = mult128bitPow10(ml, e2, q)
ftoaryu.go#L259: dc, _, dc0 = mult128bitPow10(mc, e2, q)
ftoaryu.go#L260: du, e2, du0 = mult128bitPow10(mu, e2, q)
ftoaryu.go#L522: func mult128bitPow10(m uint64, e2, q int) (resM uint64, resE int, exact bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |